Skip to content

refactor!: Drop support for Python 3.10#636

Merged
vdusek merged 1 commit intomasterfrom
worktree-drop-py310
Feb 24, 2026
Merged

refactor!: Drop support for Python 3.10#636
vdusek merged 1 commit intomasterfrom
worktree-drop-py310

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Feb 24, 2026

Summary

  • Bump minimum Python version from 3.10 to 3.11
  • Update pyproject.toml (requires-python, classifiers, ty and datamodel-codegen target versions)
  • Remove Python 3.10 from CI matrices (unit tests, integration tests, lint, type check)
  • Update documentation (README.md, CONTRIBUTING.md, overview docs, upgrade guide)
  • Apply Python 3.11+ lint fixes: datetime.UTC alias, StrEnum, import Self/overload from typing, fromisoformat Z-suffix support
  • Regenerate uv.lock (removes backports-asyncio-runner and exceptiongroup backports)

Test plan

  • CI passes on Python 3.11, 3.12, 3.13, 3.14
  • Verify no regressions in unit and integration tests

🤖 Generated with Claude Code

Closes: #599

Bump minimum Python version to 3.11. Update pyproject.toml, CI
matrices, documentation, and regenerate uv.lock (removing
backports-asyncio-runner and exceptiongroup backports). Apply
Python 3.11+ lint fixes: datetime.UTC alias, StrEnum, import
Self/overload from typing, and fromisoformat Z-suffix support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Feb 24, 2026
@vdusek vdusek self-assigned this Feb 24, 2026
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Feb 24, 2026
@vdusek vdusek requested a review from Pijukatel February 24, 2026 08:45
@github-actions github-actions bot added this to the 135th sprint - Tooling team milestone Feb 24, 2026
@github-actions github-actions bot added the tested Temporary label used only programatically for some analytics. label Feb 24, 2026
@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

❌ Patch coverage is 93.10345% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.62%. Comparing base (d3c88a9) to head (3ad7c42).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...apify_client/_resource_clients/_resource_client.py 77.77% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #636      +/-   ##
==========================================
- Coverage   96.63%   96.62%   -0.01%     
==========================================
  Files          45       45              
  Lines        4274     4271       -3     
==========================================
- Hits         4130     4127       -3     
  Misses        144      144              
Flag Coverage Δ
integration 94.63% <89.65%> (-0.10%) ⬇️
unit 75.60% <86.20%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek merged commit 7895a4e into master Feb 24, 2026
25 of 26 checks passed
@vdusek vdusek deleted the worktree-drop-py310 branch February 24, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants